home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2003 November
/
PCWK1103B.iso
/
CINEBENCH 2003
/
resource
/
res
/
description
/
KEP2P.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-02-27
|
182b
|
14 lines
#ifndef _KEP2P_H_
#define _KEP2P_H_
enum
{
P2P_LINK = 10001, // link
P2P_BIAS = 10002, // real
P2P_CUBIC = 10003, // bool
P2P_DUMMY
};
#endif